home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / linux-2.0.34 / ide.txt < prev    next >
Encoding:
Text File  |  1997-08-03  |  23.7 KB  |  485 lines

  1. ide.txt -- Information regarding the Enhanced IDE drive in Linux 2.0.xx
  2. ===============================================================================
  3. Supported by:
  4.     Mark Lord    <mlord@pobox.com>        -- disks, interfaces, probing
  5.     Gadi Oxman   <gadio@netvision.net.il>    -- tapes, disks, whatever
  6.     Scott Snyder <snyder@fnald0.fnal.gov>    -- cdroms, ATAPI, audio
  7.  
  8.    +-----------------------------------------------------------------+
  9.    |  The hdparm utility for controlling various IDE features is     |
  10.    |  packaged separately.  Look for it on popular linux FTP sites.  |
  11.    +-----------------------------------------------------------------+
  12.  
  13. See description later on below for handling BIG IDE drives with >1024 cyls.
  14.  
  15. Major features of ide.c & ide-cd.c ("NEW!" marks changes since 1.2.13):
  16.  
  17. NEW!    - support for IDE ATAPI *floppy* drives
  18. NEW!    - support for IDE ATAPI *tape* drives, courtesy of Gadi Oxman
  19.         (re-run MAKEDEV.ide to create the tape device entries in /dev/)
  20. NEW!    - support for up to *four* IDE interfaces on one or more IRQs
  21. NEW!    - support for any mix of up to *eight* disk and/or cdrom drives
  22.     - support for reading IDE ATAPI cdrom drives (NEC,MITSUMI,VERTOS,SONY)
  23.     - support for audio functions
  24.     - auto-detection of interfaces, drives, IRQs, and disk geometries
  25.         - "single" drives should be jumpered as "master", not "slave"
  26. NEW!          (both are now probed for)
  27.     - support for BIOSs which report "more than 16 heads" on disk drives
  28.     - uses LBA (slightly faster) on disk drives which support it
  29.     - support for lots of fancy (E)IDE drive functions with hdparm utility
  30.     - optional (compile time) support for 32-bit VLB data transfers
  31.     - support for IDE multiple (block) mode (same as hd.c)
  32.     - support for interrupt unmasking during I/O (better than hd.c)
  33.     - improved handshaking and error detection/recovery
  34.     - can co-exist with hd.c controlling the first interface
  35.     - run-time selectable 32bit interface support (using hdparm-2.3)
  36. NEW!    - support for reliable operation of buggy RZ1000 interfaces
  37.         - PCI support is automatic when rz1000 support is configured
  38. NEW!    - support for reliable operation of buggy CMD-640 interfaces
  39.         - PCI support is automatic when cmd640 support is configured
  40.         - for VLB, use kernel command line option:   ide0=cmd640_vlb
  41.         - this support also enables the secondary i/f when needed
  42.         - interface PIO timing & prefetch parameter support
  43. NEW!    - experimental support for UMC 8672 interfaces
  44. NEW!    - support for secondary interface on the FGI/Holtek HT-6560B VLB i/f
  45.         - use kernel command line option:   ide0=ht6560
  46. NEW!    - experimental support for various IDE chipsets
  47.         - use appropriate kernel command line option from list below
  48. NEW!    - support for drives with a stuck WRERR_STAT bit
  49. NEW!    - support for removable devices, including door lock/unlock
  50. NEW!    - transparent support for DiskManager 6.0x and "Dynamic Disk Overlay"
  51.     - works with Linux fdisk, LILO, loadlin, bootln, etc..
  52. NEW!    - mostly transparent support for EZ-Drive disk translation software
  53. NEW!        - to use LILO with EZ, install LILO on the linux partition
  54.           rather than on the master boot record, and then mark the
  55.           linux partition as "bootable" or "active" using fdisk.
  56.           (courtesy of Juha Laiho <jlaiho@ichaos.nullnet.fi>).
  57. NEW!    - auto-detect of disk translations by examining partition table
  58. NEW!    - ide-cd.c now compiles separate from ide.c
  59. NEW!    - Bus-Master DMA support for Intel PCI Triton chipset IDE interfaces
  60.         - for details, see comments at top of triton.c
  61. NEW!    - ide-cd.c now supports door locking and auto-loading.
  62.         - Also preliminary support for multisession
  63.           and direct reads of audio data.
  64. NEW!    - experimental support for Promise DC4030VL caching interface card
  65. NEW!        - email thanks/problems to: peterd@pnd-pc.demon.co.uk
  66. NEW!    - the hdparm-3.1 package can be used to set PIO modes for some chipsets.
  67.  
  68. For work in progress, see the comments in ide.c, ide-cd.c, and triton.c.
  69.  
  70. Note that there is now a group actively working on support for the Promise
  71. caching IDE cards, such as the DC4030VL, and early results are encouraging.
  72. Look for this support to be added to the kernel soon.
  73.  
  74.  
  75. ***  IMPORTANT NOTICES:  BUGGY IDE CHIPSETS CAN CORRUPT DATA!!
  76. ***  =================
  77. ***  PCI versions of the CMD640 and RZ1000 interfaces are now detected
  78. ***  automatically at startup when PCI BIOS support is configured.
  79. ***
  80. ***  Linux disables the "prefetch" ("readahead") mode of the RZ1000
  81. ***  to prevent data corruption possible due to hardware design flaws.
  82. ***
  83. ***  For the CMD640, linux disables "IRQ unmasking" (hdparm -u1) on any
  84. ***  drive for which the "prefetch" mode of the CMD640 is turned on.
  85. ***  If "prefetch" is disabled (hdparm -p8), then "IRQ unmasking" can be
  86. ***  used again.
  87. ***
  88. ***  For the CMD640, linux disables "32bit I/O" (hdparm -c1) on any drive
  89. ***  for which the "prefetch" mode of the CMD640 is turned off.
  90. ***  If "prefetch" is enabled (hdparm -p9), then "32bit I/O" can be
  91. ***  used again.
  92. ***
  93. ***  The CMD640 is also used on some Vesa Local Bus (VLB) cards, and is *NOT*
  94. ***  automatically detected by Linux.  For safe, reliable operation with such
  95. ***  interfaces, one *MUST* use the "ide0=cmd640_vlb" kernel option.
  96. ***
  97. ***  Use of the "serialize" option is no longer necessary.
  98.  
  99. This is the multiple IDE interface driver, as evolved from hd.c.
  100. It supports up to four IDE interfaces, on one or more IRQs (usually 14 & 15).
  101. There can be up to two drives per interface, as per the ATA-2 spec.
  102.  
  103. Primary:    ide0, port 0x1f0; major=3;  hda is minor=0; hdb is minor=64
  104. Secondary:  ide1, port 0x170; major=22; hdc is minor=0; hdd is minor=64
  105. Tertiary:   ide2, port 0x1e8; major=33; hde is minor=0; hdf is minor=64
  106. Quaternary: ide3, port 0x168; major=34; hdg is minor=0; hdh is minor=64
  107.  
  108. To access devices on the 2nd/3rd/4th interfaces, device entries must first be
  109. created in /dev for them.  To create such entries, simply run the included
  110. shell script:   /usr/src/linux/scripts/MAKEDEV.ide
  111.  
  112. Apparently many releases of Slackware 2.2/2.3 have incorrect entries
  113. in /dev for hdc* and hdd* -- this can also be corrected by running MAKEDEV.ide
  114.  
  115. ide.c automatically probes for the standard four IDE interfaces,
  116. for the drives/geometries attached to those interfaces, and for the
  117. IRQ numbers being used by the interfaces (normally 14, 15, 11 and 10).
  118.  
  119. For special cases, interfaces may be specified using kernel "command line"
  120. options.  For example,
  121.  
  122.     ide3=0x168,0x36e,10    /* ioports 0x168-0x16f,0x36e, irq 10 */
  123.  
  124. Normally the irq number need not be specified, as ide.c will probe for it:
  125.  
  126.     ide3=0x168,0x36e    /* ioports 0x168-0x16f,0x36e */
  127.  
  128. The standard port, and irq values are these:
  129.  
  130.     ide0=0x1f0,0x3f6,14
  131.     ide1=0x170,0x376,15
  132.     ide2=0x1e8,0x3ee,11
  133.     ide3=0x168,0x36e,10
  134.  
  135. Note that the first parameter reserves 8 contiguous ioports, whereas the
  136. second value denotes a single ioport. If in doubt, do a 'cat /proc/ioports'.
  137.  
  138. In all probability the device uses these ports and irqs if it is attached
  139. to the appropriate ide channel.  Pass the parameter for the correct ide
  140. channel to the kernel, as explained above.
  141.  
  142. Any number of interfaces may share a single IRQ if necessary, at a slight
  143. performance penalty, whether on separate cards or a single VLB card.
  144. The IDE driver automatically detects and handles this.  However, this may
  145. or may not be harmful to your hardware.. two or more cards driving the same IRQ
  146. can potentially burn each other's bus driver, though in practice this
  147. seldom occurs.  Be careful, and if in doubt, don't do it!
  148.  
  149. Drives are normally found by auto-probing and/or examining the CMOS/BIOS data.
  150. For really weird situations, the apparent (fdisk) geometry can also be specified
  151. on the kernel "command line" using LILO.  The format of such lines is:
  152.  
  153.     hdx=cyls,heads,sects,wpcom,irq
  154. or    hdx=cdrom
  155.  
  156. where hdx can be any of hda through hdh, Three values are required
  157. (cyls,heads,sects).  For example:
  158.  
  159.     hdc=1050,32,64  hdd=cdrom
  160.  
  161. either {hda,hdb} or {hdc,hdd}.  The results of successful auto-probing may
  162. override the physical geometry/irq specified, though the "original" geometry
  163. may be retained as the "logical" geometry for partitioning purposes (fdisk).
  164.  
  165. If the auto-probing during boot time confuses a drive (ie. the drive works
  166. with hd.c but not with ide.c), then an command line option may be specified
  167. for each drive for which you'd like the drive to skip the hardware
  168. probe/identification sequence.  For example:
  169.  
  170.     hdb=noprobe
  171. or
  172.     hdc=768,16,32
  173.     hdc=noprobe
  174.  
  175. Note that when only one IDE device is attached to an interface,
  176. it should be jumpered as "single" or "master", *not* "slave".
  177. Many folks have had "trouble" with cdroms because of this requirement,
  178. so ide.c now probes for both units, though success is more likely
  179. when the drive is jumpered correctly.
  180.  
  181. Courtesy of Scott Snyder, the driver supports ATAPI cdrom drives
  182. such as the NEC-260 and the new MITSUMI triple/quad speed drives.
  183. Such drives will be identified at boot time, just like a harddisk.
  184.  
  185. If for some reason your cdrom drive is *not* found at boot time, you can force
  186. the probe to look harder by supplying a kernel command line parameter
  187. via LILO, such as:
  188.  
  189.     hdc=cdrom    /* hdc = "master" on second interface */
  190. or
  191.     hdd=cdrom    /* hdd = "slave" on second interface */
  192.  
  193. For example, a GW2000 system might have a harddrive on the primary
  194. interface (/dev/hda) and an IDE cdrom drive on the secondary interface
  195. (/dev/hdc).  To mount a CD in the cdrom drive, one would use something like:
  196.  
  197.     ln -sf /dev/hdc /dev/cdrom
  198.     mkdir /cd
  199.     mount /dev/cdrom /cd -t iso9660 -o ro
  200.  
  201. If, after doing all of the above, mount doesn't work and you see
  202. errors from the driver (with dmesg) complaining about `status=0xff',
  203. this means that the hardware is not responding to the driver's attempts
  204. to read it.  One of the following is probably the problem:
  205.  
  206.   - Your hardware is broken.
  207.  
  208.   - You are using the wrong address for the device, or you have the
  209.     drive jumpered wrong.  Review the configuration instructions above.
  210.  
  211.   - Your IDE controller requires some nonstandard initialization sequence
  212.     before it will work properly.  If this is the case, there will often
  213.     be a separate MS-DOS driver just for the controller.  IDE interfaces
  214.     on sound cards usually fall into this category.  Such configurations
  215.     can often be made to work by first booting MS-DOS, loading the
  216.     appropriate drivers, and then warm-booting linux (without powering
  217.     off).  This can be automated using loadlin in the MS-DOS autoexec.
  218.  
  219. If you always get timeout errors, interrupts from the drive are probably
  220. not making it to the host.  Check how you have the hardware jumpered
  221. and make sure it matches what the driver expects (see the configuration
  222. instructions above).  If you have a PCI system, also check the BIOS
  223. setup; i've had one report of a system which was shipped with IRQ 15
  224. disabled by the BIOS.
  225.  
  226. The kernel is able to execute binaries directly off of the cdrom,
  227. provided it is mounted with the default block size of 1024 (as above).
  228.  
  229. Please pass on any feedback on the cdrom stuff to the author & maintainer,
  230. Scott Snyder (snyder@fnald0.fnal.gov).
  231.  
  232. Note that if BOTH hd.c and ide.c are configured into the kernel,
  233. hd.c will normally be allowed to control the primary IDE interface.
  234. This is useful for older hardware that may be incompatible with ide.c,
  235. and still allows newer hardware to run on the 2nd/3rd/4th IDE ports
  236. under control of ide.c.   To have ide.c also "take over" the primary
  237. IDE port in this situation, use the "command line" parameter:  ide0=0x1f0
  238.  
  239. mlord@pobox.com
  240. snyder@fnald0.fnal.gov
  241. ================================================================================
  242.  
  243. Summary of ide driver parameters for kernel "command line":
  244. ----------------------------------------------------------
  245.  "hdx="  is recognized for all "x" from "a" to "h", such as "hdc".
  246.  "idex=" is recognized for all "x" from "0" to "3", such as "ide1".
  247.  
  248.  "hdx=noprobe"        : drive may be present, but do not probe for it
  249.  "hdx=none"        : drive is NOT present, ignore cmos and do not probe
  250.  "hdx=nowerr"        : ignore the WRERR_STAT bit on this drive
  251.  "hdx=cdrom"        : drive is present, and is a cdrom drive
  252.  "hdx=cyl,head,sect"    : disk drive is present, with specified geometry
  253.  "hdx=autotune"        : driver will attempt to tune interface speed
  254.                 to the fastest PIO mode supported,
  255.                 if possible for this drive only.
  256.                 Not fully supported by all chipset types,
  257.                 and quite likely to cause trouble with
  258.                 older/odd IDE drives.
  259.  "hdx=slow"        : insert a huge pause after each access to the data
  260.                 port. Should be used only as a last resort.
  261.  
  262.  "idebus=xx"        : inform IDE driver of VESA/PCI bus speed in Mhz,
  263.                 where "xx" is between 20 and 66 inclusive,
  264.                 used when tuning chipset PIO modes.
  265.                 For PCI bus, 25 is correct for a P75 system,
  266.                 30 is correct for P90,P120,P180 systems,
  267.                 and 33 is used for P100,P133,P166 systems.
  268.                 If in doubt, use idebus=33 for PCI.
  269.                 As for VLB, it is safest to not specify it.
  270.                 Bigger values are safer than smaller ones.
  271.  
  272.  "idex=noprobe"        : do not attempt to access/use this interface
  273.  "idex=base"        : probe for an interface at the addr specified,
  274.                 where "base" is usually 0x1f0 or 0x170
  275.                 and "ctl" is assumed to be "base"+0x206
  276.  "idex=base,ctl"    : specify both base and ctl
  277.  "idex=base,ctl,irq"    : specify base, ctl, and irq number
  278.  "idex=autotune"    : driver will attempt to tune interface speed
  279.                 to the fastest PIO mode supported,
  280.                 for all drives on this interface.
  281.                 Not fully supported by all chipset types,
  282.                 and quite likely to cause trouble with
  283.                 older/odd IDE drives.
  284.  "idex=noautotune"    : driver will NOT attempt to tune interface speed
  285.                 This is the default for most chipsets,
  286.                 except the cmd640.
  287.  "idex=serialize"    : do not overlap operations on idex and ide(x^1)
  288.  
  289.  The following are valid ONLY on ide0,
  290.  and the defaults for the base,ctl ports must not be altered.
  291.  
  292.  "ide0=dtc2278"        : probe/support DTC2278 interface
  293.  "ide0=ht6560b"        : probe/support HT6560B interface
  294.  "ide0=cmd640_vlb"    : *REQUIRED* for VLB cards with the CMD640 chip
  295.               (not for PCI -- automatically detected)
  296.  "ide0=qd6580"        : probe/support qd6580 interface
  297.  "ide0=ali14xx"        : probe/support ali14xx chipsets (ALI M1439/M1445)
  298.  "ide0=umc8672"        : probe/support umc8672 chipsets
  299.  
  300. Everything else is rejected with a "BAD OPTION" message.
  301.  
  302. ================================================================================
  303.  
  304. Some Terminology
  305. ----------------
  306. IDE = Integrated Drive Electronics, meaning that each drive has a built-in
  307. controller, which is why an "IDE interface card" is not a "controller card".
  308.  
  309. IDE drives are designed to attach almost directly to the ISA bus of an AT-style
  310. computer.  The typical IDE interface card merely provides I/O port address
  311. decoding and tri-state buffers, although several newer localbus cards go much
  312. beyond the basics.  When purchasing a localbus IDE interface, avoid cards with
  313. an onboard BIOS and those which require special drivers.  Instead, look for a
  314. card which uses hardware switches/jumpers to select the interface timing speed,
  315. to allow much faster data transfers than the original 8Mhz ISA bus allows.
  316.  
  317. ATA = AT (the old IBM 286 computer) Attachment Interface, a draft American
  318. National Standard for connecting hard drives to PCs.  This is the official
  319. name for "IDE".
  320.  
  321. The latest standards define some enhancements, known as the ATA-2 spec,
  322. which grew out of vendor-specific "Enhanced IDE" (EIDE) implementations.
  323.  
  324. ATAPI = ATA Packet Interface, a new protocol for controlling the drives,
  325. similar to SCSI protocols, created at the same time as the ATA2 standard.
  326. ATAPI is currently used for controlling CDROM and TAPE devices, and will
  327. likely also soon be used for Floppy drives, removable R/W cartridges,
  328. and for high capacity hard disk drives.
  329.  
  330. How To Use *Big* ATA/IDE drives with Linux
  331. ------------------------------------------
  332. The ATA Interface spec for IDE disk drives allows a total of 28 bits
  333. (8 bits for sector, 16 bits for cylinder, and 4 bits for head) for addressing
  334. individual disk sectors of 512 bytes each (in "Linear Block Address" (LBA)
  335. mode, there is still only a total of 28 bits available in the hardware).
  336. This "limits" the capacity of an IDE drive to no more than 128GB (Giga-bytes).
  337. All current day IDE drives are somewhat smaller than this upper limit, and
  338. within a few years, ATAPI disk drives will raise the limit considerably.
  339.  
  340. All IDE disk drives "suffer" from a "16-heads" limitation:  the hardware has
  341. only a four bit field for head selection, restricting the number of "physical"
  342. heads to 16 or less.  Since the BIOS usually has a 63 sectors/track limit,
  343. this means that all IDE drivers larger than 504MB (528Meg) must use a "physical"
  344. geometry with more than 1024 cylinders.
  345.  
  346.    (1024cyls * 16heads * 63sects * 512bytes/sector) / (1024 * 1024) == 504MB
  347.  
  348. (Some BIOSs (and controllers with onboard BIOS) pretend to allow "32" or "64"
  349.  heads per drive (discussed below), but can only do so by playing games with
  350.  the real (hidden) geometry, which is always limited to 16 or fewer heads).
  351.  
  352. This presents two problems to most systems:
  353.  
  354.     1. The INT13 interface to the BIOS only allows 10-bits for cylinder
  355.     addresses, giving a limit of 1024cyls for programs which use it.
  356.  
  357.     2. The physical geometry fields of the disk partition table only
  358.     allow 10-bits for cylinder addresses, giving a similar limit of 1024
  359.     cyls for operating systems that do not use the "sector count" fields
  360.     instead of the physical Cyl/Head/Sect (CHS) geometry fields.
  361.  
  362. Neither of these limitations affects Linux itself, as it (1) does not use the
  363. BIOS for disk access, and it (2) is clever enough to use the "sector count"
  364. fields of the partition table instead of the physical CHS geometry fields.
  365.  
  366.     a) Most folks use LILO to load linux.  LILO uses the INT13 interface
  367.     to the BIOS to load the kernel at boot time.  Therefore, LILO can only
  368.     load linux if the files it needs (usually just the kernel images) are
  369.     located below the magic 1024 cylinder "boundary" (more on this later).
  370.  
  371.     b) Many folks also like to have bootable DOS partitions on their
  372.     drive(s).  DOS also uses the INT13 interface to the BIOS, not only
  373.     for booting, but also for operation after booting.  Therefore, DOS
  374.     can normally only access partitions which are contained entirely below
  375.     the magic 1024 cylinder "boundary".
  376.  
  377. There are at least seven commonly used schemes for kludging DOS to work
  378. around this "limitation".  In the long term, the problem is being solved
  379. by introduction of an alternative BIOS interface that does not have the
  380. same limitations as the INT13 interface.  New versions of DOS are expected
  381. to detect and use this interface in systems whose BIOS provides it.
  382.  
  383. But in the present day, alternative solutions are necessary.
  384.  
  385. The most popular solution in newer systems is to have the BIOS shift bits
  386. between the cylinder and head number fields.  This is activated by entering
  387. a translated logical geometry into the BIOS/CMOS setup for the drive.
  388. Thus, if the drive has a geometry of 2100/16/63 (CHS), then the BIOS could
  389. present a "logical" geometry of 525/64/63 by "shifting" two bits from the
  390. cylinder number into the head number field for purposes of the partition table,
  391. CMOS setup, and INT13 interfaces.  Linux kernels 1.1.39 and higher detect and
  392. "handle" this translation automatically, making this a rather painless solution
  393. for the 1024 cyls problem.  If for some reason Linux gets confused (unlikely),
  394. then use the kernel command line parameters to pass the *logical* geometry,
  395. as in:  hda=525,64,63
  396.  
  397. If the BIOS does not support this form of drive translation, then several
  398. options remain, listed below in order of popularity:
  399.  
  400.     - use a partition below the 1024 cyl boundary to hold the linux
  401.     boot files (kernel images and /boot directory), and place the rest
  402.     of linux anywhere else on the drive.  These files can reside in a DOS
  403.     partition, or in a tailor-made linux boot partition.
  404.     - use DiskManager software from OnTrack, supplied free with
  405.     many new hard drive purchases.
  406.     - use EZ-Drive software (similar to DiskManager).  Note though,
  407.     that LILO must *not* use the MBR when EZ-Drive is present.
  408.     Instead, install LILO on the first sector of your linux partition,
  409.     and mark it as "active" or "bootable" with fdisk.
  410.     - boot from a floppy disk instead of the hard drive (takes 10 seconds).
  411.  
  412. If you cannot use drive translation, *and* your BIOS also restricts you to
  413. entering no more than 1024 cylinders in the geometry field in the CMOS setup,
  414. then just set it to 1024.  As of v3.5 of this driver, Linux automatically
  415. determines the *real* number of cylinders for fdisk to use, allowing easy
  416. access to the full disk capacity without having to fiddle around.
  417.  
  418. Regardless of what you do, all DOS partitions *must* be contained entirely
  419. within the first 1024 logical cylinders.  For a 1Gig WD disk drive, here's
  420. a good "half and half" partitioning scheme to start with:
  421.  
  422.     geometry = 2100/16/63
  423.     /dev/hda1 from cyl    1 to  992        dos
  424.     /dev/hda2 from cyl  993 to 1023        swap
  425.     /dev/hda3 from cyl 1024 to 2100        linux
  426.  
  427. To ensure that LILO can boot linux, the boot files (kernel and /boot/*)
  428. must reside within the first 1024 cylinders of the drive.  If your linux
  429. root partition is *not* completely within the first 1024 cyls (quite common),
  430. then you can use LILO to boot linux from files on your DOS partition
  431. by doing the following after installing slackware (or whatever):
  432.  
  433.     0. Boot from the "boot floppy" created during the installation
  434.         1. Mount your DOS partition as /dos (and stick it in /etc/fstab)
  435.         2. Move your kernel (/vmlinuz) to /dos/vmlinuz with:  mv /vmlinuz /dos
  436.         3. Edit /etc/lilo.conf to change /vmlinuz to /dos/vmlinuz
  437.         4. Move /boot to /dos/boot with:  cp -a /boot /dos ; rm -r /boot
  438.         5. Create a symlink for LILO to use with:  ln -s /dos/boot /boot
  439.         6. Re-run LILO with:  lilo
  440.  
  441.     A danger with this approach is that whenever an MS-DOS "defragmentation"
  442.     program is run (like Norton "speeddisk"), it may move the Linux boot
  443.     files around, confusing LILO and making the (Linux) system unbootable.
  444.     Be sure to keep a kernel "boot floppy" at hand for such circumstances.
  445.     A possible workaround is to mark the Linux files as S+H+R (System,
  446.     Hidden, Readonly), to prevent most defragmentation programs from
  447.     moving the files around.
  448.  
  449. If you "don't do DOS", then partition as you please, but remember to create
  450. a small partition to hold the /boot directory (and vmlinuz) as described above
  451. such that they stay within the first 1024 cylinders.
  452.  
  453. Note that when creating partitions that span beyond cylinder 1024,
  454. Linux fdisk will complain about "Partition X has different physical/logical
  455. endings" and emit messages such as "This is larger than 1024, and may cause
  456. problems with some software".   Ignore this for linux partitions.  The "some
  457. software" refers to DOS, the BIOS, and LILO, as described previously.
  458.  
  459. Western Digital ships a "DiskManager 6.03" diskette with all of their big
  460. hard drives.  Use BIOS translation instead of this if possible, as it is a
  461. more generally compatible method of achieving the same results (DOS access
  462. to the entire disk).  However, if you must use DiskManager, it now works
  463. with Linux 1.3.x in most cases.  Let me know if you still have trouble.
  464.  
  465. My recommendations to anyone who asks about NEW systems are:
  466.  
  467.         - buy a motherboard that uses the Intel Triton chipset -- very common.
  468.         - use IDE for the first two drives, placing them on separate interfaces.
  469.     - place the IDE cdrom drive as slave on either interface.
  470.         - if additional disks are to be connected, consider your needs:
  471.                 - fileserver?  Buy a SC200 SCSI adaptor for the next few drives.
  472.                 - personal system?  Use IDE for the next two drives.
  473.                 - still not enough?  Keep adding SC200 SCSI cards as needed.
  474.  
  475. Most manufacturers make both IDE and SCSI-2 versions of each of their drives.
  476. The IDE ones are usually faster and cheaper, due to the higher data transfer
  477. speed of PIO mode4 (ATA2), 16.6MBytes/sec versus 10Mbytes/sec for SCSI-2.
  478.  
  479. In particular, I recommend Quantum FireBalls as cheap and exceptionally fast.
  480. The new WD1.6GB models are also cheap screamers.
  481.  
  482. For really high end systems, go for fast/wide 7200rpm SCSI.  But it'll cost ya!
  483.  
  484. mlord@pobox.com
  485.